home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Shareware Plus / Developers / Resource Remover PPC / Script / Process file or folder next >
Encoding:
Text File  |  1997-07-01  |  493 b   |  9 lines  |  [TEXT/ToyS]

  1. on run
  2.     tell application "Resource Remover"--complete path of your copy of Resource Remover here
  3.         activate
  4.         open file "YOUR HD:Documents:Folder to Process:" --type here the full path (if folder terminating with : )
  5.         open file "YOUR HD:Documents:Folder to Process:" --type here the full path (if folder terminating with : )
  6.         open file "YOUR HD:Documents:Folder to Process:" --type here the full path (if folder terminating with : )
  7.         quit --if you want to quit the program
  8.     end tell
  9. end run